syntax :
MPEG2source("<DVD2AVI project file>.d2v",param-list)

params in param-list :
- CPU : PP efficacity/cpu utilisation
  >0 : No PP / normal MPEG2Dec
  >1 : DEBLOCK_Y_H
  >2 : DEBLOCK_Y_H, DEBLOCK_Y_V
  >3 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H
  >4 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V
  >5 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V, DERING_Y
  >6 : DEBLOCK_Y_H, DEBLOCK_Y_V, DEBLOCK_C_H, DEBLOCK_C_V, DERING_Y, DERING_C
  (Y=luma C=chroma, H=horizontal V=vertical)
- iDCT : iDCT algo used.
  >0 : Default value (in .d2v file)
  >1 : 32 bit MMX
  >2 : 32 bit SSEMMX
  >3 : 64 bit FPU
  >4 : 64 bit IEEE-1180 Reference
- lumaoff : offset of luma [-256;256] (default = 0)
- lumagain : gain of luma [0;256] (default = 128)
- interlaced : choose between Field-Based/Frame-Based PP (default=false)

Changes : 

** based on origial MPEG2Dec (06.05.2001 - DVD2AVI 1.76) **
Added Nic's Post Processing.
Fixed Deringing in Nic's PP
Overrided iDCT choice
Overrided luma filtering choice
Fixed Luma filtering MMX code (3 bugs at least)
Added Field-Based PP